If you want to translate your theme from english to another language here is what you need to do:

1. Duplicate the english.php file and rename the file to include the language name (Example: chinese.php, spanish.php, dutch.php).
2. It is recommended that your new language file should have lowercase names and without any spaces or special characters in the name.
3. Open your new file and translate all the sentences from english to your preferred language.
4. If a sentence begins with uppercase then you should also write your translation with uppercase. This is for pure aspect purposes only.
5. If you use the ' (single quote) symbol in your translation then you will have to put a back slash in front of the sign like this: \'
See the first few lines from english.php for an example on this.
6. If the sentence has a "%d" or a "%s" in it make sure you leave those in the final sentence. The theme will not display %s or %d in the website. Those characters will be replaced with something else. Usually a generated word.

Once you have translated everything, go to your "Site settings" page and choose the new language pack from the dropdown list.
If you feel like sharing your translation then please send the new language file to contact@escortwp.com so we can include it in the theme.